From 316dc007d19453b14ab0d44eb4d826d12fc67092 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Wed, 27 Feb 2008 02:25:13 +0000 Subject: [PATCH] -I$(top_builddir) to be able to include config.h * extensions/Makefile.am: -I$(top_builddir) to be able to include config.h svn path=/trunk/; revision=283 --- ChangeLog | 5 +++++ extensions/Makefile.am | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index eae0a18..5cc6731 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-02-27 Øyvind Kolås + + * extensions/Makefile.am: -I$(top_builddir) to be able to include + config.h + 2008-02-19 Sven Neumann * babl/babl-fish-path.c (test_create): add some extra pixels diff --git a/extensions/Makefile.am b/extensions/Makefile.am index ca995f0..59668e2 100644 --- a/extensions/Makefile.am +++ b/extensions/Makefile.am @@ -14,6 +14,7 @@ EXTRA_DIST = $(wildcard *.[ch]) all-local: $(SOBJS) CFLAGS += \ + -I $(top_builddir) \ -I $(top_srcdir) \ -I $(top_srcdir)/babl \ -I $(top_srcdir)/extensions \ -- 2.30.2